home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / 3d / wf_2anim / readme < prev   
Text File  |  1994-11-07  |  2KB  |  41 lines

  1. Notes for "lwwf2anim"
  2. Ernie Wright
  3. ernie@gaspra.pd.com
  4. 7 Nov 94
  5.  
  6.  
  7. lwwf2anim converts LightWave wireframe preview files into ANIM-5's.
  8.  
  9. The program operates in two modes.  In interactive mode, it displays
  10. a control panel where you enter the input and output filenames and set
  11. the foreground and background colors.  The program displays the preview
  12. as it's being converted.  In batch mode, the program is started from a
  13. shell (or called from a script) with filename arguments, and performs
  14. the conversion without a display.
  15.  
  16. If you start the program from the Workbench, or from a shell without
  17. any arguments, the program opens in interactive mode.  To run it in
  18. batch mode, start it with the command line
  19.  
  20.    lwwf2anim <preview file> <anim file>
  21.  
  22. The preview image format is a single uncompressed bitplane, divided
  23. into fields.  The image is longword-aligned for faster playback, and
  24. this causes some extra stuff to be recorded on the left side of the
  25. image if the pixel width of the preview window doesn't happen to be a
  26. multiple of 32.  lwwf2anim can't crop the image (without guessing,
  27. anyway) because the file header doesn't say what the actual (cropped)
  28. image width should be, but you can easily load the ANIM it produces
  29. into DPaint or any image processing program that handles ANIM-5.
  30.  
  31. Feel free to give this program to others.  Don't charge for it.  Don't
  32. include it with things you charge for before asking me.  Do include
  33. this Notes file.  I think the program works as intended and won't
  34. cause any harm, but, as they say, you use it at your own risk.
  35.  
  36. Let me know if you have problems.  Not that I'm offering tech support
  37. for this free little thing, but the program hasn't been run on many
  38. systems yet, and if something that's easy to fix comes up, I might
  39. do the fix.
  40.  
  41.